type net/http.http2clientStream

24 uses

	net/http (current package)
		h2_bundle.go#L6989: 	streams         map[uint32]*http2clientStream // client-initiated
		h2_bundle.go#L7021: type http2clientStream struct {
		h2_bundle.go#L7074: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
		h2_bundle.go#L7081: func (cs *http2clientStream) abortStream(err error) {
		h2_bundle.go#L7087: func (cs *http2clientStream) abortStreamLocked(err error) {
		h2_bundle.go#L7103: func (cs *http2clientStream) abortRequestBodyWrite() {
		h2_bundle.go#L7376: 		streams:               make(map[uint32]*http2clientStream),
		h2_bundle.go#L7815: 	cs := &http2clientStream{
		h2_bundle.go#L7898: func (cs *http2clientStream) doRequest(req *Request) {
		h2_bundle.go#L7910: func (cs *http2clientStream) writeRequest(req *Request) (err error) {
		h2_bundle.go#L8055: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
		h2_bundle.go#L8102: func (cs *http2clientStream) cleanupWriteRequest(err error) {
		h2_bundle.go#L8166: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
		h2_bundle.go#L8229: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
		h2_bundle.go#L8250: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
		h2_bundle.go#L8385: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
		h2_bundle.go#L8660: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
		h2_bundle.go#L8938: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
		h2_bundle.go#L9057: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
		h2_bundle.go#L9088: 	cs *http2clientStream
		h2_bundle.go#L9308: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
		h2_bundle.go#L9324: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
		h2_bundle.go#L9329: func (rl *http2clientConnReadLoop) streamByID(id uint32) *http2clientStream {
		h2_bundle.go#L9339: func (cs *http2clientStream) copyTrailers() {